Releases: web-platform-tests/wpt
merge_pr_52923
webnn: add float16 conformance tests for pooling operations
Bug: 345280754
Change-Id: Ia7958b925dd670ba52bf696a6292d9e7b33483d0
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel, mac14.arm64-blink-rel, mac14-blink-rel, mac15.arm64-blink-rel, mac15-blink-rel, linux-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6586297
Reviewed-by: David Baron dbaron@chromium.org
Reviewed-by: ningxin hu ningxin.hu@intel.com
Reviewed-by: Reilly Grant reillyg@chromium.org
Auto-Submit: Feng Dai feng.dai@intel.com
Commit-Queue: Feng Dai feng.dai@intel.com
Cr-Commit-Position: refs/heads/main@{#1468496}
merge_pr_52922
Fix element with RTL direction gets scrolled when its height is set to 0
overflow_rect_ may be set to empty in later stages, so using it to
determine whether the first layout is completed can lead to incorrect
judgments. And the condition is not necessary at all any more. This CL
removes it.
Bug: 40064904
Change-Id: I2b7d30a30fbaf8c31259ba9c6b32de64b372a203
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6606077
Reviewed-by: Stefan Zager szager@chromium.org
Commit-Queue: Perry perryuwang@gmail.com
Cr-Commit-Position: refs/heads/main@{#1468493}
merge_pr_52921
Add crash test for longpress bug
This is a test I extracted from a crashing case. Committing it
first, along with filing a bug.
Bug: 421119389
Change-Id: I024ed804fb2323f841cdb97516fef3ee60481e78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6598758
Commit-Queue: Mason Freed masonf@chromium.org
Auto-Submit: Mason Freed masonf@chromium.org
Reviewed-by: Mustaq Ahmed mustaq@chromium.org
Cr-Commit-Position: refs/heads/main@{#1468476}
merge_pr_52919
[stretch] Add more flex tests
These tests stem from w3c/csswg-drafts#11784
They test scenarios when the size:stretch should stretch to the flex
line vs the flex container.
Bug: 41253915
Change-Id: I2e5fcfa73ace2516b88e149349c3316a3e003126
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6598916
Commit-Queue: David Grogan dgrogan@chromium.org
Reviewed-by: Ian Kilpatrick ikilpatrick@chromium.org
Cr-Commit-Position: refs/heads/main@{#1468432}
merge_pr_52912
Bump docker/build-push-action from 6.17.0 to 6.18.0 (#52912)
Bumps docker/build-push-action from 6.17.0 to 6.18.0.
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
merge_pr_52911
Reland "[EncodedTransform] Add audioLevel to RTCEncodedAudioFrameMetadata"
This reverts commit f988acfa33121acc384e98f70d0ba8d105c5686f.
Reason for revert: Removed flaky test, to be landed in follow-up CL.
Bug: 418116079
Original change's description:
Revert "[EncodedTransform] Add audioLevel to RTCEncodedAudioFrameMetadata"
This reverts commit 70a296f77702900938c6e7c603b8ab5ad3f9e482.
Reason for revert: Tests are failing on Mac
Example build:
https://ci.chromium.org/ui/p/chromium/builders/ci/mac14-arm64-rel-tests/24244/overviewBug: 418116079
Original change's description:[EncodedTransform] Add audioLevel to RTCEncodedAudioFrameMetadata
This CL:
- Adds the property behind a Blink runtime-enabled feature flag.
- Updates the existing audio metadata WPT to include audioLevel
- Adds a new WPT dedicated to audioLevel
Bug: 418116079
Change-Id: I3e48a644f97013623d1b4c5b2efea27b7c264293
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6586726
Commit-Queue: Guido Urdaneta guidou@chromium.org
Auto-Submit: Guido Urdaneta guidou@chromium.org
Reviewed-by: Palak Agarwal agpalak@chromium.org
Reviewed-by: Kent Tamura tkent@chromium.org
Cr-Commit-Position: refs/heads/main@{#1465898}Bug: 418116079
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I618b01ecdb3b6396489f6b62c38aeff7b9b8a24d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6592434
Auto-Submit: Owen Min zmin@chromium.org
Owners-Override: Owen Min zmin@chromium.org
Bot-Commit: Rubber Stamper rubber-stamper@appspot.gserviceaccount.com
Commit-Queue: Owen Min zmin@chromium.org
Cr-Commit-Position: refs/heads/main@{#1466002}
Bug: 418116079
Change-Id: I8d072c5572dd577f22895f813354da98bc5f3cf6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6604121
Auto-Submit: Guido Urdaneta guidou@chromium.org
Reviewed-by: Palak Agarwal agpalak@chromium.org
Reviewed-by: Kent Tamura tkent@chromium.org
Commit-Queue: Kent Tamura tkent@chromium.org
Cr-Commit-Position: refs/heads/main@{#1468381}
merge_pr_52910
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=293794
merge_pr_52909
Translator: Implement language tag fallback support
Implements language tag fallback support so that more specific
unsupported tags can fallback to less specific supported tags.
Fixed: 391716016
Change-Id: I05a7d9ae73958d642c46e8736c48d9ffd2425066
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6608542
Reviewed-by: Ayu Ishii ayui@chromium.org
Commit-Queue: Nathan Memmott memmott@chromium.org
Cr-Commit-Position: refs/heads/main@{#1468342}
merge_pr_52907
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=293625 (#52907)
merge_pr_52905
Update on-device Web Speech API with spec changes
This CL updates the Web Speech API with the following spec[1] changes:
- Rename "availableOnDevice" and "installOnDevice" to "available" and "install"
- Update both APIs to support querying availability/installing multiple
languages in a single call via a new SpeechRecognitionOptions - Replace the SpeechRecognitionMode mode with a processLocally attribute
[1] https://webaudio.github.io/web-speech-api/
Bug: 40286514
Change-Id: Ib9a924a1a69bcaa9cdde219c591bcd945bbe7a86
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6599497
Commit-Queue: Evan Liu evliu@google.com
Reviewed-by: Daniel Cheng dcheng@chromium.org
Reviewed-by: Frank Liberato liberato@chromium.org
Reviewed-by: Fred Shih ffred@chromium.org
Cr-Commit-Position: refs/heads/main@{#1468347}